home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / ARCHIVE / LOGZIP.ZIP;1 / LOGZIP.DOC < prev   
Encoding:
Text File  |  1993-11-22  |  1.4 KB  |  76 lines

  1.                         
  2.                             LOGZIP
  3.                              v1.0
  4.  
  5.                   Copyright 1993 by David Pontius
  6.  
  7. LOGZIP:
  8. Logzip may be used free of charge. 
  9.  
  10. DESCRIPTION:
  11. Logzip will let you zip your logs anytime of the month.
  12.  
  13. If you'd like to donate $1 to the author it will help
  14. to bring more programs like LOGZIP.
  15.  
  16.     The author may be reached at:
  17.     
  18.     David Pontius
  19.     P.O. Box 18956
  20.     Tucson, AZ 85731
  21.     
  22.     CircuitNet 602109
  23.     FidoNet 1:300/604       
  24.     CNFD    169:6021/109
  25.  
  26.     Freedom City BBS 602-747-5415
  27.  
  28.     Latest versions may always be obtained with the magic name:
  29.         LOGZIP
  30.  
  31.  
  32. USAGE:
  33. To use Logzip, you need to put logzip.com and logszip.bat in the
  34. same directory. 
  35. The command line is:
  36. LOGZIP n
  37. where n is the day of the month you want the batch file logszip.bat
  38. to run.
  39. Run logzip everyday, it will only execute logszip.bat on the day 
  40. specified.
  41. Logzip will run logszip.bat in the format
  42. LOGSZIP.BAT mmddyy.
  43.  
  44. EXAMPLE:
  45.  
  46. LOGZIP 1
  47.  
  48. Batch file LOGSZIP.BAT:
  49.  
  50. cd \fd1
  51. pkzip %1 fd1.log
  52. del fd1.log
  53. copy %1.zip \logsfd1
  54. del %1.zip
  55. cd \fd2
  56. pkzip %1 fd2.log
  57. del fd2.log
  58. copy %1.zip \logsfd2
  59. del %1.zip
  60. cd \sf\work
  61. pkzip sf%1 callers.log
  62. del callers.log
  63. copy sf%1 \sflogs
  64. del sf%1
  65.  
  66. This is just an example. You can do almost anything with LOGZIP.
  67. Just put it in the batch file.
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.